home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_114177.txt < prev    next >
Text File  |  1987-11-25  |  618b  |  35 lines

  1. -- card: 114177 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. OptionKey
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. the optionKey 
  15.  
  16. returns "down"  if the Option key is pressed, 
  17. "up" if not.
  18.  
  19. if the optionKey is down then
  20.    show button Answers
  21. end if
  22.  
  23. if (the optionKey is down and the shiftKey is down and the commandKey is down) then
  24.    put "You have too many keys down."
  25. end if
  26.  
  27. -- part contents for background part 43
  28. ----- text -----
  29. 337,169
  30.  
  31. -- part contents for background part 44
  32. ----- text -----
  33.  
  34.  
  35.